Visually [Diagrams/movies] Display events and states of System using old logs of Application to trac
Posted
by singh
on Stack Overflow
See other posts from Stack Overflow
or by singh
Published on 2010-05-26T15:12:54Z
Indexed on
2010/05/26
15:31 UTC
Read the original article
Hit count: 218
Hi
In My Application many process runs. Having multiple threads in each process.
Whenever any bug comes, I have to analyze thousands of lines of logs to know exact root-cause.
I am thinking of an idea, Please guide me if it is feasible and good enough
Each log have Process name , Thread id , and Time stamp along with message.
If I can create a intelligence to capture what is happing with time and display in a movie which user can view it like a normal video. Forward – backward etc.
It will help to reach root cause fast and bug tracing will become easy.
Please guide me on library in c++ using which I can draw diagrams and display as movie
© Stack Overflow or respective owner